MCPcopy Create free account
hub / github.com/anjo76/angelscript / GetLength

Method GetLength

sdk/angelscript/source/as_string.cpp:275–278  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

273}
274
275size_t asCString::GetLength() const
276{
277 return length;
278}
279
280// Returns the length
281size_t asCString::Format(const char *format, ...)

Callers 3

CompareMethod · 0.45
operator==Method · 0.45
operator<Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected