MCPcopy Create free account
hub / github.com/WasmEdge/WasmEdge / getNativeHandler

Method getNativeHandler

lib/host/wasi/inode-win.cpp:1218–1220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1216}
1217
1218WasiExpect<uint64_t> INode::getNativeHandler() const noexcept {
1219 return reinterpret_cast<uint64_t>(Handle);
1220}
1221
1222WasiExpect<void> INode::pathCreateDirectory(std::string Path) const noexcept {
1223 EXPECTED_TRY(auto FullPath, getRelativePath(Handle, Path));

Calls

no outgoing calls

Tested by

no test coverage detected