MCPcopy Create free account
hub / github.com/Clarionos/clarion / data

Method data

libraries/fc/src/string.cpp:46–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44 string::operator std::string&() { return *my; }
45 string::operator const std::string&()const { return *my; }
46 char* string::data() { return &my->front(); }
47
48 string::iterator string::begin() { return &(*this)[0]; }
49 string::iterator string::end() { return &(*this)[size()]; }

Callers 6

path_catFunction · 0.45
on_readMethod · 0.45
to_native_ansi_pathMethod · 0.45
as_stringMethod · 0.45
to_variantFunction · 0.45
from_variantFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected