MCPcopy Create free account
hub / github.com/buke/quickjs-go / isSpecialMethod

Function isSpecialMethod

class_reflect.go:503–505  ·  view source on GitHub ↗

isSpecialMethod checks if a method name should be skipped during reflection binding

(name string)

Source from the content-addressed store, hash-verified

501
502// isSpecialMethod checks if a method name should be skipped during reflection binding
503func isSpecialMethod(name string) bool {
504 return specialMethods[name]
505}

Callers 1

shouldSkipMethodFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected