MCPcopy
hub / github.com/httprunner/httprunner / InterfaceType

Function InterfaceType

hrp/internal/builtin/utils.go:231–236  ·  view source on GitHub ↗
(raw interface{})

Source from the content-addressed store, hash-verified

229}
230
231func InterfaceType(raw interface{}) string {
232 if raw == nil {
233 return ""
234 }
235 return reflect.TypeOf(raw).String()
236}
237
238// LoadFile loads file content with file extension and assigns to structObj
239func LoadFile(path string, structObj interface{}) (err error) {

Callers 1

ValidateMethod · 0.92

Calls 1

StringMethod · 0.65

Tested by

no test coverage detected