Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytedance/sonic-cpp
/ getTypeAndLen
Method
getTypeAndLen
include/sonic/dom/dynamicnode.h:874–874 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
872
return *this;
873
}
874
sonic_force_inline uint64_t getTypeAndLen() const { return this->sv.len; }
875
};
876
877
using Node = DNode<SONIC_DEFAULT_ALLOCATOR>;
Callers
1
DNode
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected