Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Ekumen-OS/beluga
/ DumpFile
Function
DumpFile
beluga_tutorial/src/main.cpp:157–160 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
155
};
156
157
void DumpFile(const std::filesystem::path& path, const Node& node) {
158
std::ofstream fout(path, std::ios::trunc);
159
fout << node;
160
}
161
162
} // namespace YAML
163
Callers
1
run
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected