Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
eval
Method · 0.80
newLine
Method · 0.80
builtin_build_string
Function · 0.80
jit_string_builder
Function · 0.80
jit_string_builder_temp
Function · 0.80
DOCTEST_DEFINE_DECORATOR
Function · 0.80
cancel
Method · 0.80
builtin_build_string_T
Function · 0.80
das_string_builder
Function · 0.80
das_string_builder_temp
Function · 0.80
Calls
no outgoing calls
Tested by
1
DOCTEST_DEFINE_DECORATOR
Function · 0.64