You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is safe to re-use this buffer since the data in the buffer is
duplicated in recursive calls to findTags. So there is no need to blow
up our stack (which could be quite large with recursive invocations) by
allocating this large array on each call.
0 commit comments