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