MCPcopy
hub / github.com/pelletier/go-toml / TestKeyLocationEmptyKeyPanics

Function TestKeyLocationEmptyKeyPanics

strict_test.go:10–14  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

8)
9
10func TestKeyLocationEmptyKeyPanics(t *testing.T) {
11 assert.Panics(t, func() {
12 _ = keyLocation(&unstable.Node{Kind: unstable.Table})
13 })
14}

Callers

nothing calls this directly

Calls 2

PanicsFunction · 0.92
keyLocationFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…