MCPcopy Index your code
hub / github.com/jetify-com/devbox / currentSystem

Function currentSystem

internal/devbox/update_test.go:231–234  ·  view source on GitHub ↗
(*testing.T)

Source from the content-addressed store, hash-verified

229}
230
231func currentSystem(*testing.T) string {
232 sys := nix.System() // NOTE: we could mock this too, if it helps.
233 return sys
234}
235
236func TestFlakeUpdateRewritesLockEntry(t *testing.T) {
237 devbox := devboxForTesting(t)

Calls 1

SystemFunction · 0.92

Tested by

no test coverage detected