Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aiscript-dev/aiscript
/ getTokenValue
Method
getTokenValue
src/parser/streams/token-stream.ts:89–91 ·
view source on GitHub ↗
* カーソル位置にあるトークンに含まれる値を取得します。
()
Source
from the content-addressed store, hash-verified
87
* カーソル位置にあるトークンに含まれる値を取得します。
88
*/
89
public getTokenValue(): string {
90
return
this.getToken().value!;
91
}
92
93
/**
94
* カーソル位置にあるトークンの種類を取得します。
Callers
nothing calls this directly
Calls
1
getToken
Method · 0.95
Tested by
no test coverage detected