MCPcopy 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
59public:
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

initFunction · 0.70
setFunction · 0.70
assignFunction · 0.50
c_strMethod · 0.45
lengthMethod · 0.45

Tested by

no test coverage detected