MCPcopy Create free account
hub / github.com/github/docs / addPeriod

Function addPeriod

src/graphql/scripts/utils/schema-helpers.js:15–17  ·  view source on GitHub ↗
(string)

Source from the content-addressed store, hash-verified

13const singleQuotesInsteadOfBackticks = / '(\S+?)' /
14
15function addPeriod(string) {
16 return string.endsWith('.') ? string : string + '.'
17}
18
19async function getArguments(args, schema) {
20 if (!args.length) return

Callers 1

getDescriptionFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected