Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ComposioHQ/composio
/ formatInline
Method
formatInline
ts/packages/ts-builders/src/ObjectType.ts:27–30 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
25
}
26
27
formatInline() {
28
this.inline = true;
29
return
this;
30
}
31
32
write(writer: Writer): void {
33
if
(this.items.length === 0) {
Callers
2
ObjectType.test.ts
File · 0.45
Property.test.ts
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected