MCPcopy
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
34func (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
39type stubRunner struct{}
40

Callers 15

WriteToBlobStoreFunction · 0.80
mainFunction · 0.80
scriptHandlerFunction · 0.80
TestJSONOutputFunction · 0.80
Test_GenerateBQSchemaFunction · 0.80
Test_GenerateJSONSchemaFunction · 0.80
TestJSONOutputFunction · 0.80
TestSARIFOutputFunction · 0.80
commitWorkflowFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected