Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ConnectAI-E/TalkBase
/ formatTitle
Method
formatTitle
utils/BaseSchema/tableParser.ts:103–105 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
101
}
102
103
formatTitle() {
104
return
`
export
interface
${ this.title } {`;
105
}
106
107
formatEnd() {
108
return
`}`;
Callers
2
formatAll
Method · 0.95
tableParser.spec.ts
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected