MCPcopy Index your code
hub / github.com/emoose/xbox-reversing / ToString

Method ToString

stfschk/StfsFileSystem.cs:749–752  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

747 }
748
749 public override string ToString()
750 {
751 return $"{DirEntry.FileName}" + (Children != null ? $" ({Children.Count} children)" : "");
752 }
753
754 public uint ReadBytes(IntPtr buffer, ulong fileOffset, uint length)
755 {

Callers 1

InitMetadataFilesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected