Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/fmtlib/fmt
/ commit
Method
commit
support/release.py:41–42 ·
view source on GitHub ↗
(self, *args)
Source
from the content-addressed store, hash-verified
39
return
self.call(
'fetch'
, args, cwd=self.dir)
40
41
def
commit(self, *args):
42
return
self.call(
'commit'
, args, cwd=self.dir)
43
44
def
pull(self, *args):
45
return
self.call(
'pull'
, args, cwd=self.dir)
Callers
1
release.py
File · 0.80
Calls
1
call
Method · 0.95
Tested by
no test coverage detected