MCPcopy Index your code
hub / github.com/bitfield/script / ExampleArgs

Function ExampleArgs

script_test.go:2178–2181  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2176}
2177
2178func ExampleArgs() {
2179 script.Args().Stdout()
2180 // prints command-line arguments
2181}
2182
2183func ExampleDo() {
2184 ts := httptest.NewServer(http.HandlerFunc(func(w http.ResponseWriter, r *http.Request) {

Callers

nothing calls this directly

Calls 2

ArgsFunction · 0.92
StdoutMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…