Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/osrg/gobgp
/ FSMTimingHook
Interface
FSMTimingHook
pkg/server/server.go:69–71 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
67
)
68
69
type
FSMTimingHook
interface
{
70
Observe(op FSMOperation, tOp, tWait time.Duration)
71
}
72
73
type
nopTimingHook
struct
{}
74
Callers
2
Observe
Method · 0.65
Serve
Method · 0.65
Implementers
2
fsmTimingsCollector
pkg/metrics/metrics.go
nopTimingHook
pkg/server/server.go
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…