MCPcopy Create free account
hub / github.com/compozy/agh / taskBlockToonFields

Function taskBlockToonFields

internal/cli/task.go:3245–3259  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3243}
3244
3245func taskBlockToonFields() []string {
3246 return []string{
3247 "id",
3248 taskTaskIDKey,
3249 taskWorkspaceIDKey,
3250 taskKindKey,
3251 taskReasonKey,
3252 createdByKey,
3253 taskCreatedAtKey,
3254 "expires_at",
3255 "cleared_at",
3256 "cleared_by",
3257 "clear_note",
3258 }
3259}
3260
3261func taskBlockToonValues(item TaskBlockRecord) []string {
3262 return []string{

Callers 1

taskBlockBundleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected