Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Moddable-OpenSource/moddable
/ line
Method
line
tools/ffi.js:28–32 ·
view source on GitHub ↗
(...strings)
Source
from the content-addressed store, hash-verified
26
this.tabCount = 0;
27
}
28
line(...strings) {
29
if
(this.tabCount)
30
this.write(
"\t"
.repeat(this.tabCount));
31
super.line(...strings);
32
}
33
tab(delta) {
34
this.tabCount += delta;
35
}
Callers
15
writeArgumentConversion
Method · 0.45
writeResultConversion
Method · 0.45
writeArgumentConversion
Method · 0.45
writeResultConversion
Method · 0.45
writeArgumentConversion
Method · 0.45
writeResultConversion
Method · 0.45
writeArgumentConversion
Method · 0.45
writeResultConversion
Method · 0.45
writeArgumentConversion
Method · 0.45
writeArgumentConversion
Method · 0.45
writeResultConversion
Method · 0.45
writeArgumentConversion
Method · 0.45
Calls
2
repeat
Method · 0.80
write
Method · 0.65
Tested by
no test coverage detected