Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/rough-stuff/rough-notation
/ padding
Method
padding
src/rough-notation.ts:52–52 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
50
}
51
52
get padding() {
return
this._config.padding; }
53
set padding(value) {
54
if
(this._config.padding !== value) {
55
this._config.padding = value;
Callers
nothing calls this directly
Calls
1
refresh
Method · 0.95
Tested by
no test coverage detected