Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GDATASoftwareAG/vaas
/ throwError
Function
throwError
typescript/examples/VaasExample/url_scan.ts:6–8 ·
view source on GitHub ↗
(errorMessage: string)
Source
from the content-addressed store, hash-verified
4
} from
"gdata-vaas"
;
5
6
function
throwError(errorMessage: string): never {
7
throw
new
Error(errorMessage);
8
}
9
10
function
getFromEnvironment(key: string) {
11
return
(
Callers
1
getFromEnvironment
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected