Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codeaashu/claude-code
/
Class
src/ink/log-update.ts:43–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
41
const
NEWLINE = {
type
:
'stdout'
, content:
'\n'
} as
const
42
43
export
class
LogUpdate {
44
private state: State
45
46
constructor(private readonly options: Options) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected