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

Function emptyPlacement

packages/react/src/lib/auth-placements.tsx:41–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

39
40/** A fresh, empty header placement — the default first row in an editor. */
41export const emptyPlacement = (): Placement => ({ carrier: "header", name: "", prefix: "" });
42
43/** What an auth method is, presentationally. `kind` drives the credential UI:
44 * `oauth` shows a Connect button, `none` creates a connection with no

Callers 2

AddCustomMethodFormFunction · 0.90
PlacementEditorFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected