MCPcopy Create free account
hub / github.com/alibaba/PhotonLibOS / chdir

Method chdir

fs/path.cpp:237–243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

235 return it->second.is_node() ? 2 : 1;
236 }
237 Node* Node::chdir(string_view path)
238 {
239 if (path.empty())
240 ERROR_RETURN(EINVAL, nullptr);
241
242 return seek2node(path);
243 }
244 }
245
246 Walker::Walker(IFileSystem* fs, string_view path)

Callers 1

export-header.pyFile · 0.80

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected