MCPcopy
hub / github.com/conwnet/github1s / loadMoreBranches

Method loadMoreBranches

extensions/github1s/src/repository/index.ts:44–46  ·  view source on GitHub ↗
(...args: Parameters<BranchTagManager['loadMoreBranches']>)

Source from the content-addressed store, hash-verified

42 }
43
44 loadMoreBranches(...args: Parameters<BranchTagManager['loadMoreBranches']>) {
45 return this._branchTagManager.loadMoreBranches(...args);
46 }
47
48 hasMoreBranches(...args: Parameters<BranchTagManager['hasMoreBranches']>) {
49 return this._branchTagManager.hasMoreBranches(...args);

Callers 2

loadMoreRefPickerItemsFunction · 0.80
BranchTagManagerClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected