Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/gpujs/gpu.js
/ isContextMatch
Method
isContextMatch
src/backend/kernel.js:16–18 ·
view source on GitHub ↗
* @abstract * @returns {Boolean}
(context)
Source
from the content-addressed store, hash-verified
14
* @returns {Boolean}
15
*/
16
static isContextMatch(context) {
17
throw
new
Error(`
"isContextMatch"
not implemented on ${ this.name }`);
18
}
19
20
/**
21
* @
type
{IKernelFeatures}
Callers
1
chooseKernel
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected