MCPcopy Create free account
hub / github.com/WolfireGames/overgrowth / start

Method start

Libraries/tinyxml/tinystr.h:208–208  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

206 void init(size_type sz) { init(sz, sz); }
207 void set_size(size_type sz) { rep_->str[ rep_->size = sz ] = '\0'; }
208 char* start() const { return rep_->str; }
209 char* finish() const { return rep_->str + rep_->size; }
210
211 struct Rep

Callers 10

batchsim3.pyFile · 0.45
ars.pyFile · 0.45
__init__Method · 0.45
__init__Method · 0.45
ant_pattern_to_reFunction · 0.45
TiXmlStringClass · 0.45
reserveMethod · 0.45
tinystr.cppFile · 0.45
CheckCStyleCastFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected