Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/di-sukharev/opencommit
/ size
Method
size
out/cli.cjs:32069–32071 ·
view source on GitHub ↗
(size, message)
Source
from the content-addressed store, hash-verified
32067
});
32068
}
32069
size(size, message) {
32070
return
this.min(size, message).max(size, message);
32071
}
32072
nonempty(message) {
32073
return
this.min(1, message);
32074
}
Callers
nothing calls this directly
Calls
2
min
Method · 0.95
max
Method · 0.45
Tested by
no test coverage detected