luxe: asset/type
AssetArtifact
Section titled “AssetArtifact”import "luxe: asset/type" for AssetArtifactno docs found
AssetArtifact.id
Section titled “AssetArtifact.id”AssetArtifact.id : unknownno docs found
AssetArtifact.type
Section titled “AssetArtifact.type”AssetArtifact.type : unknownno docs found
AssetArtifact.path
Section titled “AssetArtifact.path”AssetArtifact.path : unknownno docs found
AssetArtifact.new(…)
Section titled “AssetArtifact.new(…)”AssetArtifact.new(type : String, id : String, path : String) : AssetArtifactno docs found
AssetContext
Section titled “AssetContext”import "luxe: asset/type" for AssetContextno docs found
AssetContext.id
Section titled “AssetContext.id”AssetContext.id : Stringno docs found
AssetContext.db
Section titled “AssetContext.db”AssetContext.db : unknownno docs found
AssetContext.artifacts
Section titled “AssetContext.artifacts”AssetContext.artifacts : Mapno docs found
AssetContext.ast_for_asset
Section titled “AssetContext.ast_for_asset”AssetContext.ast_for_asset : Mapno docs found
AssetContext.errors
Section titled “AssetContext.errors”AssetContext.errors : Listno docs found
AssetContext.error(.)
Section titled “AssetContext.error(.)”AssetContext.error(info : String) : unknownno docs found
AssetContext.artifacts_for(.)
Section titled “AssetContext.artifacts_for(.)”AssetContext.artifacts_for(type_id : String) : unknownno docs found
AssetContext.ast_for(.)
Section titled “AssetContext.ast_for(.)”AssetContext.ast_for(asset : AssetID) : Resultno docs found
AssetContext.find_class_with_meta(…)
Section titled “AssetContext.find_class_with_meta(…)”AssetContext.find_class_with_meta(ast : Module, tag : String, value : String) : ClassStmtno docs found
AssetContext.find_class_with_meta(..)
Section titled “AssetContext.find_class_with_meta(..)”AssetContext.find_class_with_meta(ast : Module, tag : String) : ClassStmtno docs found
AssetContext.find_class_with_name(..)
Section titled “AssetContext.find_class_with_name(..)”AssetContext.find_class_with_name(ast : Module, name : String) : ClassStmtno docs found
AssetContext.emit_block_def_for(…)
Section titled “AssetContext.emit_block_def_for(…)”AssetContext.emit_block_def_for(asset : AssetID, block_tag : String, from : String) : unknownno docs found
AssetContext.emit_block_def_for(…)
Section titled “AssetContext.emit_block_def_for(…)”AssetContext.emit_block_def_for(asset : AssetID, block_type_id : String, block_tag : String, from : String) : unknownno docs found
AssetContext.tagged(.)
Section titled “AssetContext.tagged(.)”AssetContext.tagged(tag : String) : Anyno docs found
AssetContext.tag(..)
Section titled “AssetContext.tag(..)”AssetContext.tag(tag : String, value : Any) : unknownno docs found
AssetContext.TYPE
Section titled “AssetContext.TYPE”AssetContext.TYPE : unknownno docs found
AssetContext.DEV
Section titled “AssetContext.DEV”AssetContext.DEV : unknownno docs found
AssetContext.RELEASE
Section titled “AssetContext.RELEASE”AssetContext.RELEASE : unknownno docs found
AssetContext.new(…)
Section titled “AssetContext.new(…)”AssetContext.new(id : String, db : Any, artifact_root : String) : AssetContextno docs found
AssetContext.set_modified(..)
Section titled “AssetContext.set_modified(..)”AssetContext.set_modified(type : String, modified : List) : unknownno docs found
AssetContext.get_modified(.)
Section titled “AssetContext.get_modified(.)”AssetContext.get_modified(type : String) : Listno docs found
AssetContext.get_modified(.)
Section titled “AssetContext.get_modified(.)”AssetContext.get_modified() : Mapno docs found
AssetContext.skip(.)
Section titled “AssetContext.skip(.)”AssetContext.skip(id : String) : unknownno docs found
AssetContext.skipped(.)
Section titled “AssetContext.skipped(.)”AssetContext.skipped(id : String) : unknownno docs found
AssetContext.emit_path(.)
Section titled “AssetContext.emit_path(.)”AssetContext.emit_path(id : String) : Stringno docs found
AssetContext.emit_path(..)
Section titled “AssetContext.emit_path(..)”AssetContext.emit_path(id : String, extra : String) : Stringno docs found
AssetContext.emit(…)
Section titled “AssetContext.emit(…)”AssetContext.emit(type_id : String, artifact_id : String, artifact_path : String) : unknownno docs found
AssetID
Section titled “AssetID”import "luxe: asset/type" for AssetIDno docs found
AssetID.type_id
Section titled “AssetID.type_id”AssetID.type_id : Stringno docs found
AssetID.id
Section titled “AssetID.id”AssetID.id : Stringno docs found
AssetID.asset
Section titled “AssetID.asset”AssetID.asset : Stringno docs found
AssetID.path
Section titled “AssetID.path”AssetID.path : Stringno docs found
AssetID.ext
Section titled “AssetID.ext”AssetID.ext : Stringno docs found
AssetID.subtype
Section titled “AssetID.subtype”AssetID.subtype : Stringno docs found
AssetID.prefix
Section titled “AssetID.prefix”AssetID.prefix : Stringno docs found
AssetID.root
Section titled “AssetID.root”AssetID.root : Stringno docs found
AssetID.meta_uuid
Section titled “AssetID.meta_uuid”AssetID.meta_uuid : Stringno docs found
AssetID.new(..)
Section titled “AssetID.new(..)”AssetID.new(type_id : String, map : Map) : AssetIDno docs found
AssetID.from_id(..)
Section titled “AssetID.from_id(..)”AssetID.from_id(type_id : String, asset_id : String) : AssetIDno docs found
AssetID.from_id(…)
Section titled “AssetID.from_id(…)”AssetID.from_id(db : AssetDB, type_id : String, asset_id : String) : AssetIDno docs found
AssetID.refresh(.)
Section titled “AssetID.refresh(.)”AssetID.refresh() : unknownno docs found
AssetType
Section titled “AssetType”import "luxe: asset/type" for AssetTypeno docs found
AssetType.type_id
Section titled “AssetType.type_id”AssetType.type_id : Stringno docs found
AssetType.version_id
Section titled “AssetType.version_id”AssetType.version_id : Stringno docs found
AssetType.ext
Section titled “AssetType.ext”AssetType.ext : Stringno docs found
AssetType.subtype
Section titled “AssetType.subtype”AssetType.subtype : Stringno docs found
AssetType.ctx
Section titled “AssetType.ctx”AssetType.ctx : AssetContextno docs found
AssetType.is_loader
Section titled “AssetType.is_loader”AssetType.is_loader : Boolno docs found
AssetType.is_data
Section titled “AssetType.is_data”AssetType.is_data : Boolno docs found
AssetType.is_handle
Section titled “AssetType.is_handle”AssetType.is_handle : Boolno docs found
AssetType.version
Section titled “AssetType.version”AssetType.version : Numno docs found
AssetType.load_before
Section titled “AssetType.load_before”AssetType.load_before : Listno docs found
AssetType.load_after
Section titled “AssetType.load_after”AssetType.load_after : Listno docs found
AssetType.before
Section titled “AssetType.before”AssetType.before : Listno docs found
AssetType.after
Section titled “AssetType.after”AssetType.after : Listno docs found
AssetType.pre_early
Section titled “AssetType.pre_early”AssetType.pre_early : Numno docs found
AssetType.pre_late
Section titled “AssetType.pre_late”AssetType.pre_late : Numno docs found
AssetType.new(..)
Section titled “AssetType.new(..)”AssetType.new(type_id : String, ctx : AssetContext) : AssetTypeno docs found
AssetType.remap(..)
Section titled “AssetType.remap(..)”AssetType.remap(asset : AssetID, new_id : String) : unknownno docs found
AssetType.get_remap(.)
Section titled “AssetType.get_remap(.)”AssetType.get_remap(map : Map) : Mapno docs found
AssetType.modify_affected(.)
Section titled “AssetType.modify_affected(.)”AssetType.modify_affected(asset : AssetID) : unknownmodify all assets that refer to this one
AssetType.modify(.)
Section titled “AssetType.modify(.)”AssetType.modify(asset : AssetID) : unknownno docs found
AssetType.unmodify(.)
Section titled “AssetType.unmodify(.)”AssetType.unmodify(asset : AssetID) : unknownno docs found
AssetType.emit_path(.)
Section titled “AssetType.emit_path(.)”AssetType.emit_path(asset : AssetID) : unknownno docs found
AssetType.skip(.)
Section titled “AssetType.skip(.)”AssetType.skip(asset : AssetID) : unknownno docs found
AssetType.get_data(.)
Section titled “AssetType.get_data(.)”AssetType.get_data(id : String) : unknownno docs found
AssetType.set_handle(..)
Section titled “AssetType.set_handle(..)”AssetType.set_handle(id : String, handle : Num) : unknownno docs found
AssetType.init(.)
Section titled “AssetType.init(.)”AssetType.init(assets : List) : unknownno docs found
AssetType.pre(.)
Section titled “AssetType.pre(.)”AssetType.pre(assets : List) : Noneno docs found
AssetType.process(..)
Section titled “AssetType.process(..)”AssetType.process(assets : List, each : Fn) : Noneno docs found
AssetType.loader(..)
Section titled “AssetType.loader(..)”AssetType.loader(assets : List, artifacts : List) : Noneno docs found
AssetTypeID
Section titled “AssetTypeID”import "luxe: asset/type" for AssetTypeIDno docs found
AssetTypeID.block
Section titled “AssetTypeID.block”AssetTypeID.block : Stringno docs found
AssetTypeID.block
Section titled “AssetTypeID.block”AssetTypeID.block=(v : Any) : Stringno docs found
AssetTypeID.block_class
Section titled “AssetTypeID.block_class”AssetTypeID.block_class : Stringno docs found
AssetTypeID.block_class
Section titled “AssetTypeID.block_class”AssetTypeID.block_class=(v : Any) : Stringno docs found
AssetTypeID.loader
Section titled “AssetTypeID.loader”AssetTypeID.loader : unknownno docs found
AssetTypeID.loader
Section titled “AssetTypeID.loader”AssetTypeID.loader=(v : Any) : unknownno docs found
AssetTypeID.handler
Section titled “AssetTypeID.handler”AssetTypeID.handler : AssetTypeno docs found
AssetTypeID.handler
Section titled “AssetTypeID.handler”AssetTypeID.handler=(v : Any) : AssetTypeno docs found
AssetTypeID.new(.)
Section titled “AssetTypeID.new(.)”AssetTypeID.new(map : Map) : AssetTypeIDno docs found