Ferreteria/v0.6/fx/FromParams

From Woozle Writes Code
< Ferreteria‎ | v0.6‎ | fx
Revision as of 00:42, 8 October 2025 by Woozle (talk | contribs)
Jump to navigation Jump to search

About

This function is a named constructor for creating an object with specific parameters.

As of 2025-10-07, it looks like the only call to this (in EngDbExport) is incorrect and therefore errors out. Trying to figure out what is supposed to be called...

  • It's currently trying to call [WFu]Sys\dba\InReq\DoExport\Schema::FromParams(). The clade exists, but doesn't have that method.
  • It's expecting to initialize an object with a Go() function...

Defined