Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GJDuck/e9patch
/ sendMetadataHeader
Method
sendMetadataHeader
src/e9tool/e9frontend.cpp:172–175 ·
view source on GitHub ↗
* Send metadata header. */
Source
from the content-addressed store, hash-verified
170
* Send metadata header.
171
*/
172
void e9tool::sendMetadataHeader(FILE *out)
173
{
174
putc(
'{'
, out);
175
}
176
177
178
/*
Callers
nothing calls this directly
Calls
1
putc
Function · 0.85
Tested by
no test coverage detected