MCPcopy Create free account
hub / github.com/esengine/esengine / isValid

Method isValid

packages/core/tests/Utils/Profiler/AutoProfiler.test.ts:172–174  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

170 return 'test';
171 }
172 isValid(): boolean {
173 return true;
174 }
175 hasData(): boolean {
176 return true;
177 }

Calls

no outgoing calls

Tested by

no test coverage detected