deployed-image-name ( vocab -- str ) (original) (raw)
deployed-image-name ( vocab -- str )
Vocabulary
tools.deploy.backend
Inputs
vocab | an object |
---|
Outputs
str | an object |
---|
Definition
USING: io.files.temp sequences ;
: deployed-image-name ( vocab -- str )
".image" append temp-file ;