MCPcopy Create free account
hub / github.com/GaijinEntertainment/daScript / tellp

Method tellp

src/misc/string_writer.cpp:75–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73 }
74
75 uint64_t FixedBufferTextWriter::tellp() const {
76 return uint64_t(size);
77 }
78
79 void FixedBufferTextWriter::append(const char * s, int l) {
80 if ( size + l <= DAS_SMALL_BUFFER_SIZE ) {

Callers 10

evalMethod · 0.80
newLineMethod · 0.80
builtin_build_stringFunction · 0.80
jit_string_builderFunction · 0.80
jit_string_builder_tempFunction · 0.80
DOCTEST_DEFINE_DECORATORFunction · 0.80
cancelMethod · 0.80
builtin_build_string_TFunction · 0.80
das_string_builderFunction · 0.80
das_string_builder_tempFunction · 0.80

Calls

no outgoing calls

Tested by 1

DOCTEST_DEFINE_DECORATORFunction · 0.64