MCPcopy Index your code
hub / github.com/lingodotdev/lingo.dev / resolveBucketItem

Function resolveBucketItem

packages/cli/src/cli/utils/buckets.ts:474–479  ·  view source on GitHub ↗
(bucketItem: string | BucketItem)

Source from the content-addressed store, hash-verified

472}
473
474function resolveBucketItem(bucketItem: string | BucketItem): BucketItem {
475 if (typeof bucketItem === "string") {
476 return { path: bucketItem, delimiter: null };
477 }
478 return bucketItem;
479}

Callers 1

getBucketsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected