MCPcopy Create free account
hub / github.com/googleworkspace/apps-script-samples / main

Function main

wasm/hello-world/src/main.js:17–20  ·  view source on GitHub ↗

* Copyright 2024 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable la

()

Source from the content-addressed store, hash-verified

15 */
16
17async function main() {
18 const name = "world";
19 console.log(await hello_(name));
20}

Callers

nothing calls this directly

Calls 1

hello_Function · 0.85

Tested by

no test coverage detected