mirror of
https://github.com/yume-chan/ya-webadb.git
synced 2025-10-04 18:29:23 +02:00
doc(struct): update README
This commit is contained in:
parent
222275b8e0
commit
3aee91c2c9
7 changed files with 238 additions and 173 deletions
|
@ -40,7 +40,7 @@ export abstract class StructFieldValue<
|
|||
}
|
||||
|
||||
/**
|
||||
* Gets the actual size of this field. By default, the return value of its `definition.getSize()`
|
||||
* Gets size of this field. By default, it returns its `definition`'s size.
|
||||
*
|
||||
* When overridden in derived classes, can have custom logic to calculate the actual size.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue