MCPcopy Index your code
hub / github.com/Linen-dev/linen.dev / task

Function task

packages/sitemap/src/index.ts:4–13  ·  view source on GitHub ↗
(
  uploadFile: (args: {
    Key: string;
    Body: any;
    CacheControl?: string;
  }) => Promise<any>,
  logger: Logger
)

Source from the content-addressed store, hash-verified

2import { Logger } from '@linen/types';
3
4export async function task(
5 uploadFile: (args: {
6 Key: string;
7 Body: any;
8 CacheControl?: string;
9 }) => Promise<any>,
10 logger: Logger
11) {
12 await build(uploadFile, logger);
13}

Callers 1

sitemapFunction · 0.90

Calls 1

buildFunction · 0.90

Tested by

no test coverage detected