Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ossf/scorecard
/ Write
Method
Write
cmd/internal/scdiff/app/generate_test.go:34–37 ·
view source on GitHub ↗
(p []byte)
Source
from the content-addressed store, hash-verified
32
}
33
34
func
(rc *resultCounter) Write(p []byte) (n int, err error) {
35
rc.lines += bytes.Count(p, []byte(
"\n"
))
36
return
rc.b.Write(p)
37
}
38
39
type
stubRunner
struct
{}
40
Callers
15
WriteToBlobStore
Function · 0.80
main
Function · 0.80
scriptHandler
Function · 0.80
TestJSONOutput
Function · 0.80
Test_GenerateBQSchema
Function · 0.80
Test_GenerateJSONSchema
Function · 0.80
TestJSONOutput
Function · 0.80
TestSARIFOutput
Function · 0.80
Test_GetURI_calls_client_get_with_input
Function · 0.80
Test_Get_calls_client_get_with_input
Function · 0.80
TestListOrgRepos_PaginationAndArchived
Function · 0.80
commitWorkflow
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected