Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aiscript-dev/aiscript
/ getTokenValue
Method
getTokenValue
src/parser/scanner.ts:60–62 ·
view source on GitHub ↗
* カーソル位置にあるトークンに含まれる値を取得します。
()
Source
from the content-addressed store, hash-verified
58
* カーソル位置にあるトークンに含まれる値を取得します。
59
*/
60
public getTokenValue(): string {
61
return
this.getToken().value!;
62
}
63
64
/**
65
* カーソル位置にあるトークンの位置情報を取得します。
Callers
nothing calls this directly
Calls
1
getToken
Method · 0.95
Tested by
no test coverage detected