Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/build
/ write_netstring
Function
write_netstring
src/engine/hcache.cpp:174–179 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
172
*/
173
174
void write_netstring( FILE * f, char const * s )
175
{
176
if ( !s )
177
s =
""
;
178
fprintf( f,
"%lu\t%s\n"
, (long unsigned)strlen( s ), s );
179
}
180
181
182
void hcache_init()
Callers
1
hcache_done
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected