MCPcopy Create free account
hub / github.com/subquery/subql / commentOnFunction

Function commentOnFunction

packages/node-core/src/db/sync-helper.ts:110–112  ·  view source on GitHub ↗
(schema: string, functionName: string, comment: string)

Source from the content-addressed store, hash-verified

108}
109
110export function commentOnFunction(schema: string, functionName: string, comment: string): Query {
111 return commentOn('FUNCTION', escapedName(schema, functionName), comment);
112}
113
114// This is used when historical is disabled so that we can perform bulk updates
115export function constraintDeferrableQuery(table: string, constraint: string): string {

Callers 1

Calls 2

commentOnFunction · 0.85
escapedNameFunction · 0.85

Tested by

no test coverage detected