MCPcopy 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
169func (v *VM) ThrowTypeError(message string) {
170 panic(v.o.MakeTypeError(message))
171}
172
173func (v *VM) PutDisposable(o any) {
174 v.disposables[o] = struct{}{}

Callers 14

CopyFromMethod · 0.80
BoolMethod · 0.80
IntegerMethod · 0.80
FloatMethod · 0.80
SMMethod · 0.80
ArrayMethod · 0.80
MMethod · 0.80
ParseIntoMethod · 0.80
CallMethod · 0.80
WrapVmCallFunction · 0.80
AppendFieldMethod · 0.80
AppendFileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected