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

Method Pos

Kernel/include/stream.h:51–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49 int64_t Write(void* buffer, size_t len);
50
51 int64_t Pos() { return bufferPos; }
52 virtual int64_t Empty();
53};
54

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected