MCPcopy Create free account
hub / github.com/GoMudEngine/GoMud / TestRegistry_Stat_NotFound

Function TestRegistry_Stat_NotFound

internal/plugins/plugins_test.go:234–239  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

232}
233
234func TestRegistry_Stat_NotFound(t *testing.T) {
235 withRegistryPlugin(t)
236
237 _, err := registry.Stat("missing.txt")
238 assert.True(t, errors.Is(err, fs.ErrNotExist))
239}
240
241// ---------------------------------------------------------------------------
242// pluginRegistry.AllFileSubSystems

Callers

nothing calls this directly

Calls 2

withRegistryPluginFunction · 0.85
StatMethod · 0.45

Tested by

no test coverage detected