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

Method Pos

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

Source from the content-addressed store, hash-verified

26 virtual int64_t Write(void* buffer, size_t len);
27
28 virtual int64_t Pos() { return 0; }
29 virtual int64_t Empty();
30
31 virtual ~Stream();

Callers 1

SendToMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected