Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChaiScript/ChaiScript
/ size
Method
size
include/chaiscript/utility/static_string.hpp:23–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
21
}
22
23
constexpr size_t size() const {
24
return m_size;
25
}
26
27
constexpr const char *c_str() const {
28
return data;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected