Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
226
func
(g *GitHub) UpdateFile(filePath string, content []byte, message string) error {
227
return
g.commitFile(filePath, content, message, true)
228
}
Callers
2
commitFile
Method · 0.80
Aggregate
Method · 0.80
Calls
1
commitFile
Method · 0.95
Tested by
no test coverage detected