Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/endbasic/endbasic
/ get_info
Method
get_info
std/src/console/drawing.rs:482–484 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
480
type ID = u8;
481
482
fn get_info(&self) -> RasterInfo {
483
unimplemented!();
484
}
485
486
fn set_draw_color(&mut self, color: RGB) {
487
self.draw_color = rgb_to_ansi_color(color);
Callers
1
new
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected