MCPcopy Create free account
hub / github.com/kataras/iris / getSource

Function getSource

hero/dependency_source.go:57–63  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

55}
56
57func getSource() Source {
58 filename, line := GetCaller()
59 return Source{
60 File: filename,
61 Line: line,
62 }
63}
64
65func (s Source) String() string {
66 return fmt.Sprintf("%s:%d", s.File, s.Line)

Callers 2

paramBindingFunction · 0.85
payloadBindingFunction · 0.85

Calls 1

GetCallerFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…