MCPcopy Create free account
hub / github.com/B33pBeeps/redthread / seedWorkspace

Function seedWorkspace

internal/app/notes.go:655–660  ·  view source on GitHub ↗

seedWorkspace returns a workspace with one seeded "main" board and the default look (cork on, transparent fill).

()

Source from the content-addressed store, hash-verified

653// seedWorkspace returns a workspace with one seeded "main" board and the
654// default look (cork on, transparent fill).
655func seedWorkspace() *Workspace {
656 return &Workspace{
657 Boards: []*Board{seedBoard()},
658 Background: Background{Cork: true},
659 }
660}

Callers 4

RunFunction · 0.85

Calls 1

seedBoardFunction · 0.85