MCPcopy Create free account
hub / github.com/d1ll0n/stack-packer / generateNotice

Function generateNotice

src/code-gen/comments.ts:29–36  ·  view source on GitHub ↗
(unsafe: boolean)

Source from the content-addressed store, hash-verified

27]
28
29export const generateNotice = (unsafe: boolean) => [
30 `// ============================== NOTICE ==============================`,
31 `// This library was automatically generated with stackpacker.`,
32 `// Be very careful about modifying it, as doing so incorrectly could`,
33 `// result in corrupted reads/writes.`,
34 ...(unsafe ? UnsafeWarning : []),
35 `// ====================================================================`
36];

Callers 1

generateFileHeaderFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected