docs: Add rough notes about moving accounts around.
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 9m14s
All checks were successful
Build Tilde Friends / Build-All (push) Successful in 9m14s
This commit is contained in:
@@ -641,6 +641,14 @@ async function getProcessBlob(blobId, key, options) {
|
||||
}
|
||||
return process;
|
||||
}
|
||||
|
||||
/**
|
||||
* Get or create a process for an app blob.
|
||||
* @param blobId The blob identifier.
|
||||
* @param key A unique key for the invocation.
|
||||
* @param options Other options.
|
||||
* @return The process.
|
||||
*/
|
||||
exports.getProcessBlob = getProcessBlob;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user