MCPcopy Create free account
hub / github.com/cli/cli / pngArg

Function pngArg

internal/attachments/references_test.go:15–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13)
14
15func pngArg() attachmentArg {
16 return attachmentArg{Path: "./login.png", URL: pngURL, Alt: "login"}
17}
18
19func mp4Arg() attachmentArg {
20 return attachmentArg{Path: "./repro.mp4", URL: mp4URL, Alt: "repro.mp4", RendersAsPlayer: true}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected