Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SmingHub/Sming
/ write
Method
write
Sming/Core/Data/Packet.h:73–77 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
71
}
72
73
void write(const void* s, uint16_t len)
74
{
75
memcpy(ptr(), s, len);
76
pos += len;
77
}
78
};
79
80
/**
Callers
1
fillTempStream
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected