Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/probelabs/goreplay
/ String
Method
String
input_file.go:301–303 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
299
}
300
301
func
(i *FileInput) String() string {
302
return
"File input: "
+ i.path
303
}
304
305
// Find reader with smallest timestamp e.g next payload in row
306
func
(i *FileInput) nextReader() (next *fileInputReader) {
Callers
1
init
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected