MCPcopy Index your code
hub / github.com/coder/coder / self

Function self

enterprise/audit/table.go:544–548  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

542}
543
544func self() string {
545 //nolint:dogsled
546 _, file, _, _ := runtime.Caller(1)
547 return file
548}

Callers 1

entryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected