MCPcopy Create free account
hub / github.com/openai/plugins / parseDescription

Method parseDescription

plugins/shopify/skills/shopify-admin/scripts/validate.mjs:2449–2453  ·  view source on GitHub ↗

* Description : StringValue

()

Source from the content-addressed store, hash-verified

2447 * Description : StringValue
2448 */
2449 parseDescription() {
2450 if (this.peekDescription()) {
2451 return this.parseStringLiteral();
2452 }
2453 }
2454 /**
2455 * ```
2456 * SchemaDefinition : Description? schema Directives[Const]? { OperationTypeDefinition+ }

Calls 2

peekDescriptionMethod · 0.45
parseStringLiteralMethod · 0.45

Tested by

no test coverage detected