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

Method get_underlay_object

fs/extfs/extfs.cpp:1494–1496  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1492 }
1493
1494 Object* get_underlay_object(int i = 0) override {
1495 return base_file;
1496 }
1497
1498private:
1499 ObjectCache<estring, ext2_ino_t *> ino_cache;

Callers 1

init_extfsFunction · 0.45

Calls

no outgoing calls

Tested by 1

init_extfsFunction · 0.36