Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudflare/computer
/ tag
Function
tag
packages/computer/src/git/index.ts:537–543 ·
view source on GitHub ↗
(options)
Source
from the content-addressed store, hash-verified
535
});
536
},
537
async
tag(options) {
538
return
tagWith({
539
...options,
540
fs:
await
fs(),
541
git:
await
loadGit<IsomorphicGitRefsClient>(),
542
});
543
},
544
async
tagDelete(options) {
545
return
tagDeleteWith({
546
...options,
Callers
nothing calls this directly
Calls
2
tagWith
Function · 0.85
fs
Function · 0.70
Tested by
no test coverage detected