Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AstroImageJ/astroimagej
/ decodeToken
Method
decodeToken
ij/src/main/java/ij/macro/Program.java:170–172 ·
view source on GitHub ↗
(int token)
Source
from the content-addressed store, hash-verified
168
}
169
170
public
String decodeToken(
int
token) {
171
return
decodeToken(token&TOK_MASK, token>>TOK_SHIFT);
172
}
173
174
String decodeToken(
int
token,
int
address) {
175
String str;
Callers
5
dumpProgram
Method · 0.95
doStatement
Method · 0.80
skipStatement
Method · 0.80
getErrorLine
Method · 0.80
undefined
Method · 0.80
Calls
1
d2s
Method · 0.95
Tested by
no test coverage detected