Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ MetaString
Method
MetaString
src/common/classes/MetaString.h:60–60 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
58
59
public:
60
MetaString() { init(); count = 0; }
61
MetaString(const char* s) { assign(s); }
62
MetaString(const char* s, FB_SIZE_T l) { assign(s, l); }
63
MetaString(const MetaString& m) { set(m); }
Callers
nothing calls this directly
Calls
5
init
Function · 0.70
set
Function · 0.70
assign
Function · 0.50
c_str
Method · 0.45
length
Method · 0.45
Tested by
no test coverage detected