MCPcopy Index your code
hub / github.com/1Password/for-open-source / UpdateFile

Method UpdateFile

script/github.go:226–228  ·  view source on GitHub ↗
(filePath string, content []byte, message string)

Source from the content-addressed store, hash-verified

224}
225
226func (g *GitHub) UpdateFile(filePath string, content []byte, message string) error {
227 return g.commitFile(filePath, content, message, true)
228}

Callers 2

commitFileMethod · 0.80
AggregateMethod · 0.80

Calls 1

commitFileMethod · 0.95

Tested by

no test coverage detected