Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
Callers
3
IdentifierPool.integration.test.ts
File · 0.45
AutoProfiler.test.ts
File · 0.45
IdentifierPool.test.ts
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected