MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / getFileFrom

Function getFileFrom

system/lib/wasmfs/paths.cpp:168–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166}
167
168ParsedFile getFileFrom(std::shared_ptr<Directory> base, std::string_view path) {
169 size_t recursions = 0;
170 return doParseFile(path, base, FollowLinks, recursions);
171}
172
173} // namespace wasmfs::path

Callers 1

doOpenFunction · 0.85

Calls 1

doParseFileFunction · 0.85

Tested by

no test coverage detected