Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytedance/sonic-cpp
/ SetMetaCap
Method
SetMetaCap
include/sonic/dom/dynamicnode.h:363–363 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
361
MetaNode() : cap{0}, map{nullptr} {}
362
MetaNode(size_t n) : cap{n}, map{nullptr} {}
363
void SetMetaCap(size_t n) { cap = n; }
364
};
365
366
// Set APIs
Callers
1
containerRealloc
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected