MCPcopy Create free account
hub / github.com/dataform-co/dataform / stringifyResolvable

Function stringifyResolvable

core/utils.ts:175–177  ·  view source on GitHub ↗
(res: Resolvable)

Source from the content-addressed store, hash-verified

173}
174
175export function stringifyResolvable(res: Resolvable) {
176 return typeof res === "string" ? res : JSON.stringify(res);
177}
178
179export function ambiguousActionNameMsg(act: Resolvable, allActs: Action[] | string[]) {
180 const allActNames =

Callers 3

resolveMethod · 0.90
compileMethod · 0.90
ambiguousActionNameMsgFunction · 0.85

Calls 1

stringifyMethod · 0.80

Tested by

no test coverage detected