MCPcopy Create free account
hub / github.com/LemonOSProject/LemonOS / Close

Method Close

Kernel/src/fs/ext2.cpp:1601–1608  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1599 }
1600
1601 void Ext2Node::Close(){
1602 handleCount--;
1603
1604 if(handleCount == 0){
1605 vol->CleanNode(this); // Remove from the cache
1606 return;
1607 }
1608 }
1609}

Callers

nothing calls this directly

Calls 1

CleanNodeMethod · 0.80

Tested by

no test coverage detected