Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/activejs/activejs
/ isValidValue
Method
isValidValue
packages/core/src/lib/dict-unit.ts:322–324 ·
view source on GitHub ↗
* @internal please do not use.
(value: any)
Source
from the content-addressed store, hash-verified
320
* @internal please do not use.
321
*/
322
protected isValidValue(value: any): boolean {
323
return
isDict(value);
324
}
325
}
Callers
1
wouldDispatch
Method · 0.95
Calls
1
isDict
Function · 0.90
Tested by
no test coverage detected