MCPcopy Index your code
hub / github.com/tailscale/tailscale / newFakeOSRouter

Function newFakeOSRouter

wgengine/userspace_ext_test.go:91–93  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

89}
90
91func newFakeOSRouter() router.Router {
92 return someRandoOSRouter{router.NewFake(logger.Discard)}
93}
94
95type someRandoOSRouter struct {
96 router.Router

Callers 1

TestIsNetstackRouterFunction · 0.85

Calls 1

NewFakeFunction · 0.92

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…