Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/gre/gl-react
/ canLoad
Method
canLoad
packages/tests/utils.js:341–344 ·
view source on GitHub ↗
(input: any)
Source
from the content-addressed store, hash-verified
339
++counters.dispose;
340
}
341
canLoad(input: any) {
342
++counters.canLoad;
343
return
input === textureId;
344
}
345
get() {
346
++counters.get;
347
return
(
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected