mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-19 23:15:53 +00:00
Import all this stuff into a single repo called Serenity.
This commit is contained in:
9
VirtualFileSystem/InodeIdentifier.cpp
Normal file
9
VirtualFileSystem/InodeIdentifier.cpp
Normal file
@@ -0,0 +1,9 @@
|
||||
#include "InodeIdentifier.h"
|
||||
#include "FileSystem.h"
|
||||
|
||||
ByteBuffer InodeIdentifier::readEntireFile() const
|
||||
{
|
||||
if (!fileSystem())
|
||||
return { };
|
||||
return fileSystem()->readInode(*this);
|
||||
}
|
||||
Reference in New Issue
Block a user