Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/gre/gl-react
/ load
Method
load
packages/tests/utils.js:412–415 ·
view source on GitHub ↗
(ft: FakeTexture)
Source
from the content-addressed store, hash-verified
410
}
411
}
412
load(ft: FakeTexture) {
413
const
res = this.get(ft);
414
return
res ? Promise.resolve(res) : Promise.reject();
415
}
416
}
417
418
globalRegistry.add(FakeTextureLoader);
Callers
nothing calls this directly
Calls
1
get
Method · 0.95
Tested by
no test coverage detected