MCPcopy Create free account
hub / github.com/UsefulSoftwareCo/executor / partitions

Function partitions

packages/core/sdk/src/blob.test.ts:10–13  ·  view source on GitHub ↗
(org: string, user: string | null)

Source from the content-addressed store, hash-verified

8// v2: owner partitions instead of a scope stack. Reads fall through
9// [user, org] (user = innermost); writes/deletes name an explicit owner.
10const partitions = (org: string, user: string | null): OwnerPartitions => ({
11 org,
12 user,
13});
14
15describe("pluginBlobStore", () => {
16 it.effect("get returns user (innermost) value when both owners have one", () =>

Callers 1

blob.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected