MCPcopy 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

formatFieldMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected