Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/tdewolff/canvas
/ String
Method
String
text/script_string.go:324–329 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
322
}
323
324
func
(i Script) String() string {
325
if
str, ok := _Script_map[i]; ok {
326
return
str
327
}
328
return
"Script("
+ strconv.FormatInt(int64(i), 10) +
")"
329
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected