Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/esengine/esengine
/ getUpdatableMetadata
Function
getUpdatableMetadata
packages/core/src/Core/DI/Decorators.ts:285–287 ·
view source on GitHub ↗
(target: Constructor)
Source
from the content-addressed store, hash-verified
283
* @returns 可更新元数据
284
*/
285
export
function
getUpdatableMetadata(target: Constructor): UpdatableMetadata | undefined {
286
return
updatableMetadata.get(target);
287
}
288
289
/**
290
* 注册可注入的服务到容器
Callers
2
registerInstance
Method · 0.90
resolve
Method · 0.90
Calls
1
get
Method · 0.65
Tested by
no test coverage detected