| Modifier and Type | Method and Description |
|---|---|
static AssetCode |
Code.asset(String path)
Deprecated.
use `fromAsset`
|
static AssetCode |
Code.fromAsset(String path)
Loads the function code from a local disk path.
|
static AssetCode |
Code.fromAsset(String path,
AssetOptions options)
Loads the function code from a local disk path.
|
Copyright © 2020. All rights reserved.