MCPcopy Create free account
hub / github.com/divan/gotrace / NewNativeRun

Function NewNativeRun

events.go:71–75  ·  view source on GitHub ↗

NewNativeRun inits new NativeRun source.

(path string)

Source from the content-addressed store, hash-verified

69
70// NewNativeRun inits new NativeRun source.
71func NewNativeRun(path string) *NativeRun {
72 return &NativeRun{
73 OrigPath: path,
74 }
75}
76
77// Events rewrites package if needed, adding Go execution tracer
78// to the main function, then builds and runs package using default Go

Callers 2

TestExamplesFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by 1

TestExamplesFunction · 0.68