MCPcopy Index your code
hub / github.com/googleworkspace/apps-script-samples / test

Function test

wasm/hello-world/src/test.js:17–19  ·  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 test() {
18 await assert(hello_("world"), "Hello, world from Rust!");
19}
20
21async function assert(a, b, message) {
22 const aVal = await a;

Callers

nothing calls this directly

Calls 2

hello_Function · 0.85
assertFunction · 0.70

Tested by

no test coverage detected