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

Struct videoAsset

internal/attachments/userasset.go:94–94  ·  view source on GitHub ↗

videoAsset renders as a player, which markdown has no syntax for: GitHub promotes a bare URL that is the whole content of a paragraph.

Source from the content-addressed store, hash-verified

92// videoAsset renders as a player, which markdown has no syntax for: GitHub
93// promotes a bare URL that is the whole content of a paragraph.
94type videoAsset struct{ asset }
95
96func (a *videoAsset) Path() string { return a.asset.path }
97func (a *videoAsset) getAsset() asset { return a.asset }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected