Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aiscript-dev/aiscript
/ set
Method
set
src/interpreter/reference.ts:12–12 ·
view source on GitHub ↗
(value: Value)
Source
from the content-addressed store, hash-verified
10
get(): Value;
11
12
set(value: Value): void;
13
}
14
15
export
const
Reference = {
Callers
15
generateBytes
Method · 0.65
readSmallBigUintLittleEndian
Function · 0.65
readBigUintLittleEndian
Function · 0.65
generateChaCha20
Function · 0.65
constructor
Method · 0.65
fillBufferDirect
Method · 0.65
generateBytes
Method · 0.65
collectMetadata
Method · 0.65
__eval
Method · 0.65
__evalSync
Method · 0.65
getReference
Method · 0.65
getReferenceSync
Method · 0.65
Implementers
5
VariableReference
src/interpreter/reference.ts
IndexReference
src/interpreter/reference.ts
PropReference
src/interpreter/reference.ts
ArrReference
src/interpreter/reference.ts
ObjReference
src/interpreter/reference.ts
Calls
no outgoing calls
Tested by
no test coverage detected