Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/git/git
/ chooseBlockSize
Function
chooseBlockSize
git-p4.py:1277–1281 ·
view source on GitHub ↗
(blockSize)
Source
from the content-addressed store, hash-verified
1275
1276
1277
def
chooseBlockSize(blockSize):
1278
if
blockSize:
1279
return
blockSize
1280
else
:
1281
return
defaultBlockSize
1282
1283
1284
def
p4ChangesForPaths(depotPaths, changeRange, requestedBlockSize):
Callers
1
p4ChangesForPaths
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected