Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ConnectAI-E/TalkBase
/ formatBooleanField
Method
formatBooleanField
utils/BaseSchema/tableParser.ts:65–67 ·
view source on GitHub ↗
(iBaseFieldMeta: IBaseFieldMeta)
Source
from the content-addressed store, hash-verified
63
}
64
65
formatBooleanField(iBaseFieldMeta: IBaseFieldMeta) {
66
return
`${ iBaseFieldMeta.name }: boolean;`;
67
}
68
69
70
formatField(field: IBaseFieldMeta) {
Callers
2
formatField
Method · 0.95
tableParser.spec.ts
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected