MCPcopy Create free account
hub / github.com/ConnectAI-E/TalkBase / formatUrlField

Method formatUrlField

utils/BaseSchema/tableParser.ts:61–63  ·  view source on GitHub ↗
(iBaseFieldMeta: IBaseFieldMeta)

Source from the content-addressed store, hash-verified

59 }
60
61 formatUrlField(iBaseFieldMeta: IBaseFieldMeta) {
62 return `${ iBaseFieldMeta.name }: string;`;
63 }
64
65 formatBooleanField(iBaseFieldMeta: IBaseFieldMeta) {
66 return `${ iBaseFieldMeta.name }: boolean;`;

Callers 2

formatFieldMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected