MCPcopy Create free account
hub / github.com/anomalyco/opencode / last

Function last

packages/app/src/context/server.tsx:105–107  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

103 setStore("projects", input.scope(), next)
104 },
105 last() {
106 return input.store.lastProject[input.scope()]
107 },
108 touch(directory: string) {
109 setStore("lastProject", input.scope(), directory)
110 },

Callers 2

SessionQuestionDockFunction · 0.50
AssistantPartsFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected