MCPcopy Create free account
hub / github.com/chip/pathos / createPaths

Function createPaths

pathos.go:287–294  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

285}
286
287func createPaths() []list.Item {
288 paths := getPaths()
289 items := make([]list.Item, len(paths))
290 for i, path := range paths {
291 items[i] = item(path)
292 }
293 return items
294}
295
296func setupTextInput() textinput.Model {
297 ti := textinput.New()

Callers 1

initialModelFunction · 0.85

Calls 2

getPathsFunction · 0.85
itemTypeAlias · 0.85

Tested by

no test coverage detected