MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / CanRead

Function CanRead

Source/Engine/Serialization/Stream.h:66–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64 /// </summary>
65 /// <returns>True if can read, otherwise false.</returns>
66 virtual bool CanRead()
67 {
68 return false;
69 }
70
71 /// <summary>
72 /// Returns true if can write data to that stream.

Callers 1

ReadTokenMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected