Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/devld/go-drive
/ ThrowTypeError
Method
ThrowTypeError
script/runtime.go:169–171 ·
view source on GitHub ↗
(message string)
Source
from the content-addressed store, hash-verified
167
}
168
169
func
(v *VM) ThrowTypeError(message string) {
170
panic(v.o.MakeTypeError(message))
171
}
172
173
func
(v *VM) PutDisposable(o any) {
174
v.disposables[o] =
struct
{}{}
Callers
14
CopyFrom
Method · 0.80
Bool
Method · 0.80
Integer
Method · 0.80
Float
Method · 0.80
SM
Method · 0.80
Array
Method · 0.80
M
Method · 0.80
ParseInto
Method · 0.80
Call
Method · 0.80
WrapVmCall
Function · 0.80
AppendField
Method · 0.80
AppendFile
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected