Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/jabbany/CommentCoreLibrary
/ invalidate
Method
invalidate
src/core/css-renderer/CssComment.ts:70–73 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
68
}
69
70
public invalidate():void{
71
super.invalidate();
72
this._dirtyCSS = true;
73
}
74
75
/**
76
* Override the toplevel stop to actually stop the CSS.
Callers
nothing calls this directly
Calls
1
invalidate
Method · 0.65
Tested by
no test coverage detected