Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/sajari/docconv
/ TestNewLocalFile
Function
TestNewLocalFile
local_test.go:8–13 ·
view source on GitHub ↗
(t *testing.T)
Source
from the content-addressed store, hash-verified
6
)
7
8
func
TestNewLocalFile(t *testing.T) {
9
_, err := NewLocalFile(strings.NewReader(
"test"
))
10
if
err != nil {
11
t.Fatalf(
"got error %v, want nil"
, err)
12
}
13
}
Callers
nothing calls this directly
Calls
1
NewLocalFile
Function · 0.85
Tested by
no test coverage detected